The `rename-to` annotation is used to "shadow" a symbol with another
one, which means both symbols need to exist. It can't be used to rename
a symbol to something else.
}
/**
- * gtk_widget_class_set_css_name: (rename-to gtk_widget_class_set_class_css_name)
+ * gtk_widget_class_set_css_name:
* @widget_class: class to set the name on
* @name: name to use
*
}
/**
- * gtk_widget_class_get_css_name: (rename-to gtk_widget_class_get_class_css_name)
+ * gtk_widget_class_get_css_name:
* @widget_class: class to set the name on
*
* Gets the name used by this class for matching in CSS code. See